home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3345 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: mail2news.demon.co.uk!g4wyc.demon.co.uk
  2. From: Steve Powell <Rock@g4wyc.demon.co.uk>
  3. Newsgroups: comp.sys.amiga.applications,comp.sys.amiga.programmer
  4. Subject: Re: Wanted: Small and fast FindTool
  5. Date: Sat, 10 Feb 96 00:05:11 GMT
  6. Organization: UK Private Internet Account
  7. Message-ID: <9602100005.AA002cc@g4wyc.demon.co.uk>
  8. References: <68771426@0humpty.tomate.tng.oche.de>
  9. X-NNTP-Posting-Host: g4wyc.demon.co.uk
  10. X-NewsSoftware: GRn 2.1 19/2/94 (PostNews Fix 31/3/95 Martin Hunt)
  11. MIME-Version: 1.0
  12. Content-Type: text/plain; charset=iso-8859-1
  13. Content-Transfer-Encoding: 8bit
  14. X-Mail2News-Path: relay-4.mail.demon.net!post.demon.co.uk!g4wyc.demon.co.uk
  15.  
  16.  
  17. In article <68771426@0humpty.tomate.tng.oche.de> humpty@TOMATE.TNG.OCHE.DE (Andreas Mixich) writes:
  18. >     Hi,
  19. > I am using Find (the one which needs "FindDB:") but the problem with it is,
  20. > that after having scaned my hd I have gotten a datafile of more than 700
  21. > kilo. Additionally I packed it. Now Find needs more then 1 meg free chunk
  22. > to use the datafile. Unpacking it before is no win either. Is there any
  23. > similare tool, that
  24. > a) does not need the assign
  25. > b) does not need to read in the whole database at once ?
  26. > c) is CLI based
  27.  
  28. Use the AmigaDOS command 'Search' it has a file option and is able to
  29. search into subdirectories.  I have created an alias in my s:shell-startup
  30. like this:
  31.  
  32. alias        find     c:search [] all file 
  33.  
  34. which means when I want to find a file I don't have to remember the
  35. syntax and to find file 'steve which is buried somewhere on dh1: I enter
  36.  
  37. 1> find dh0: steve
  38.  
  39. you will find it is very fast and no need for fancy find utils.
  40.  
  41. -- 
  42.         /// A M   M I GGGGG A      Steve Powell           G4WYC
  43.        /// AA MM|MM I G     AA     Bracknell, UK.         IO91pj
  44.  \\\  /// A A M M M I G GGG A A
  45.   \\ /// AAAA M   M I G   G AAAA   Rock@g4wyc.demon.co.uk
  46.    \/// A   A M   M I GGGGG A   A  Demon Internet, Amiga A4000/040 & AmiTCP3
  47.  
  48.